home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-11 | 645 b | 28 lines | [TEXT/MPS ] |
- ;
- ; File: Strings.a
- ;
- ; Copyright: © 1984-1994 by Apple Computer, Inc.
- ; All rights reserved.
- ;
- ; Version: Universal Interfaces 2.0a3 ETO #16, MPW prerelease. Friday, November 11, 1994.
- ;
- ; Bugs?: If you find a problem with this file, send the file and version
- ; information (from above) and the problem description to:
- ;
- ; Internet: apple.bugs@applelink.apple.com
- ; AppleLink: APPLE.BUGS
- ;
- ;
-
- IF &TYPE('__STRINGS__') = 'UNDEFINED' THEN
- __STRINGS__ SET 1
-
-
- IF &TYPE('__TYPES__') = 'UNDEFINED' THEN
- include 'Types.a'
- ENDIF
- ; include 'ConditionalMacros.a' ;
- IF OLDROUTINELOCATIONS THEN
- ENDIF
- ENDIF ; __STRINGS__
-